Papers with style transfer models
Evaluating Style Transfer for Text (N19-1)
Copied to clipboard
| Challenge: | Existing studies on style transfer for text are lacking a standard set of evaluation practices. |
| Approach: | They propose a set of metrics for automated evaluation that are more strongly correlated with human judgment and show tradeoffs between aspects of interest. |
| Outcome: | The proposed models exhibit tradeoffs between aspects of interest and human judgment, demonstrating the importance of evaluating them at specific points of their tradeoff plots. |
Thank you BART! Rewarding Pre-Trained Models Improves Formality Style Transfer (2021.acl-short)
Copied to clipboard
| Challenge: | Formality style transfer models have limited success in preserving content due to the scarcity of parallel data. |
| Approach: | They propose to fine-tune pre-trained language and sequence-to-sequence models with rewards that target style and content to enhance content preservation. |
| Outcome: | The proposed models can be fine-tuned with rewards that target style and content, and achieve good performance even with limited amounts of parallel data. |
Towards A Friendly Online Community: An Unsupervised Style Transfer Framework for Profanity Redaction (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods for redacting offensive comments into non-offensive ones are inadequate to detect hateful content on social media platforms. |
| Approach: | They propose a method for transforming offensive comments into non-offensive ones using a Retrieve, Generate and Edit unsupervised style transfer pipeline. |
| Outcome: | The proposed method outperforms existing models on automatic metrics and human evaluations and consistently performs well on all automatic evaluation metrics. |
Balancing the Effect of Training Dataset Distribution of Multiple Styles for Multi-Style Text Transfer (2023.findings-acl)
Copied to clipboard
| Challenge: | Text style transfer requires a high-quality paired dataset and quality training data. |
| Approach: | They propose to use a pseudo-parallel dataset to adjust the style distribution in training data to balance the style transfer model. |
| Outcome: | The proposed model produces more effective control effects over multiple styles than an imbalanced or skewed one. |
Text Detoxification using Large Pre-trained Neural Models (2021.emnlp-main)
Copied to clipboard
David Dale, Anton Voronov, Daryna Dementieva, Varvara Logacheva, Olga Kozlova, Nikita Semenov, Alexander Panchenko
| Challenge: | Existing studies on text detoxification cast this task as style transfer . text detox requires better preservation of the original meaning, authors argue . |
| Approach: | They propose two unsupervised methods for eliminating toxicity in text . they use a paraphraser guided by style-trained language models to keep the text content . |
| Outcome: | The proposed methods yield new SOTA results. |